home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6544 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: Inter.NL.net!hguijt
  2. From: hguijt@nijmegen.inter.nl.net (H.Guijt)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: What the new Amiga-OS *must* have --> SAY *NO* TO FAT BINARIES!
  5. Date: 29 Mar 1996 15:33:16 GMT
  6. Organization: Inter.NL.net, The Internet Provider in The Netherlands.
  7. Message-ID: <4jgvrs$rr3@altrade.nijmegen.inter.nl.net>
  8. NNTP-Posting-Host: hatert.nijmegen.inter.nl.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12. >>GetWindowLong (Window, -16) peeks the window structure at offset -16,
  13. >this
  14. >>is where it stores information about windows being resizable or not. BTW,
  15. >>the -16 is there because Powerbuilder does not support constants.
  16. >>
  17. >>After you have obtained this LONG you have to subtract 262144 from it
  18. >>(Powerbuilder does not support bitwise 'and' either) to make the window
  19. >>non-resizable, and store it back using a similar call.
  20. >
  21. >I think aou're using the wrong developping system... ;)
  22.  
  23. It's an extremely powerful system if you are developing GUI's for
  24. databases, which is my job. It's not so hot for other stuff, but I could
  25. link in C++ source if I wanted to.
  26.  
  27.  
  28. Bye,
  29.  
  30. Hans
  31.